DestinationXYZ Constructor(Page,Nullable<Single>,Nullable<Single>,Nullable<Single>)
In This Topic
Initializes a new instance of the
DestinationXYZ class.
Syntax
'Declaration
Public Function New( _
ByVal As Page, _
ByVal As System.Nullable(Of Single), _
ByVal As System.Nullable(Of Single), _
ByVal As System.Nullable(Of Single) _
)
public DestinationXYZ(
Page ,
System.Nullable<float> ,
System.Nullable<float> ,
System.Nullable<float>
)
Parameters
- page
- The target page.
- left
- The left coordinate of the document window.
- top
- The top coordinate of the document window.
- zoom
- The zoom factor of the document window.
See Also